home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (4th Edition) / The Business Master - 4th Edition.iso / files / utilreen / vmix / sample2.ini < prev    next >
INI File  |  1993-09-17  |  3KB  |  68 lines

  1. ;--- VMiX.INI  SAMPLE CONFIGURATION FILE  (Ver 2.90)
  2. ;--- This file is optional and, if found, it will be processed by VM_BOOT.EXE
  3. ;--- (everything after an ';' is a comment)
  4. ;
  5.  
  6. [access passwords]
  7. ;----------------- sample access passwords
  8. ;
  9. ;--- The first time (and everytime) that the Section [access passwords]
  10. ;--- is found, the original VMiX.INI file is copied to VMiX.BAK, all access
  11. ;--- passwords are encrypted, and the name of this Section is changed
  12. ;--- to [encrypt passwords].  Remove the unencrypted file VMiX.BAK, so
  13. ;--- that the original passwords remain secret to all other users.
  14. guest
  15. superuser
  16. password
  17.  
  18. [remote startup]
  19. ;----------------- Starts an automatic login shell or user program
  20. ;----------------- when a COMM port line is answered for remote callers.
  21. ;
  22. ;--- The [remote startup] Section for user logins is ONLY processed,
  23. ;--- when VSETUP.EXE is given as an argument to the 'set remote -l' command
  24. ;----------------- set remote -l2 vsetup
  25. ;--- or
  26. ;----------------- set remote -l1 c:\vmix\vsetup.exe
  27. ;
  28. ;----------------- The command line you give here, will be invoked
  29. ;----------------- for all incomming COMM port calls or direct connects.
  30. ;----------------- You must issue the command 'set remote -l???? vsetup.exe',
  31. ;----------------- where ???? is the COMM port channel (1 - 4).
  32. ;----------------- If the above command is in effect, when a COMM port
  33. ;----------------- login attempt is detected, VSETUP.EXE will be executed.
  34. ;----------------- VSETUP first validates the input user password with
  35. ;----------------- the valid encoded passwords in VMiX.INI.  After
  36. ;----------------- validation, VSETUP.EXE will pass control to the VMiX
  37. ;----------------- command line given below.  Only one line allowed, but
  38. ;----------------- multiple commands/programs can be entered, separated 
  39. ;----------------- by a '/' delimiter.
  40. ;
  41. ;----------------- 'set remote -l????' by itself, without VSETUP.EXE
  42. ;----------------- restores the default VMiX shell (where access
  43. ;----------------- passwords are not checked).
  44.  
  45. rshell             ;replace with your own user program or batch file
  46.  
  47. [startup]
  48. ;----------------- All single or multi-command lines you give here, will
  49. ;----------------- be executed during VMiX startup.
  50. ;
  51. ;----------------- This method is an alternative to giving all your
  52. ;----------------- configuration commands in a long vm_boot command line.
  53. ;----------------- If you have both a VMiX.INI and startup commands at the
  54. ;----------------- command line, the .INI will be executed first, followed
  55. ;----------------- by the command line commands !!!
  56. ;
  57. ;----------------- It is better to use a single line per 'dosjob' command.
  58. ;----------------- For other commands, concatenate as many as possible on
  59. ;----------------- a single line.
  60. ;----------------- (each line is processed by a different VMiX process).
  61. ;----------------- Once a 'dosjob', 'spawn', or 'loadup' command is
  62. ;----------------- encountered on a line, all commands after it are processed
  63. ;----------------- by the new 'dosjob', 'spawn' or 'loadup' task.
  64. ;----------------- Note: the first (2) chars of a command are sufficient to
  65. ;-----------------       identify the command.
  66.  
  67. loadup vm_b set remote -x
  68.